Vcenter Guest CustomizationSpecs Summary
The Vcenter Guest CustomizationSpecs Summary schema contains commonly used information about a guest customization specification.
This schema was added in vSphere API 6.7.1.
{
"name": "string",
"description": "string",
"os_type": "string",
"last_modified": "string"
}
Name of the guest customization specification.
This property was added in vSphere API 6.7.1.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.guest.CustomizationSpec
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.guest.CustomizationSpec
.
Description of the guest customization specification.
This property was added in vSphere API 6.7.1.
Guest operating system type for which that this guest customization specification applies.
For more information see: Vcenter Guest CustomizationSpecs OsType.
This property was added in vSphere API 6.7.1.
Date and tme when this guest customization specification was last modified.
This property was added in vSphere API 6.7.1.